Default

Default implementation for IChipCardReaderService.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun asBinder(): IBinder
Link copied to clipboard
open fun closeCardReader()
Closes the card reader.
Link copied to clipboard
open fun openCardReader(timeout: Long): CardOpenResult
This method will block until a card is inserted into the default card reader.
Link copied to clipboard
open fun readEidData(isoCountryCode: String): CardReadResult
Link copied to clipboard
Link copied to clipboard
open fun sendAPDU(apdu: Array<Byte>, bufferSize: Int, closeAfterResponse: Boolean): ApduResponse
Sends an APDU command to the card and returns the response.